Typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Sep 2014 02:30:20 +0000 (22:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 Sep 2014 02:30:20 +0000 (22:30 -0400)
gtk/gtkrange.c

index bdf67cb4ecbda611567a70ceb392b02b3ceecf99..496f9c1abac9e3ea2a87a40516f3bfc6d0eb58b4 100644 (file)
@@ -2634,7 +2634,7 @@ gtk_range_multipress_gesture_pressed (GtkGestureMultiPress *gesture,
     }
 
   if (priv->grab_location == MOUSE_SLIDER);
-    /* leave it to grab-begin to claim the sequence */
+    /* leave it to ::drag-begin to claim the sequence */
   else if (priv->grab_location != MOUSE_OUTSIDE)
     gtk_gesture_set_state (priv->multipress_gesture, GTK_EVENT_SEQUENCE_CLAIMED);
 }